Melbourne Real Estate Price Prediction
Home Page
Rooms
...Choose
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Bathrooms
0
Cars
Lattitude
Longtitude
Building Area
Land Size
Year Built
Submit
{% if result %} {% for variable, value in original_input.items() %}
{{ variable }}
: {{ value }} {% endfor %}
Predicted House Price:
${{ result }}
{% endif %}
{%for i in locate%}
Lattitude:
{{i[0]}}
Longtitude:
{{i[1]}}
Address:
{{i[2]}}
Price:
{{i[3]}}
Suburb:
{{i[4]}}
Sellers:
{{i[5]}}
Room:
{{i[6]}}
Bathroom:
{{i[7]}}
Landsize:
{{i[8]}}
{%endfor%}